Class EmailFormProcessor
java.lang.Object
com.netscape.cmscore.notification.EmailFormProcessor
formulates the final email. Escape character '\' is understood.
'$' is used preceding a token name. A token name should not be a
substring of any other token name
- Author:
- cfu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.slf4j.Logger
protected static final char
protected static final String
protected static final String
protected static final String
protected static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
protected static String[]
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logger
public static org.slf4j.Logger logger -
TOKEN_ID
- See Also:
-
TOKEN_SERIAL_NUM
- See Also:
-
TOKEN_HEX_SERIAL_NUM
- See Also:
-
TOKEN_REQUEST_ID
- See Also:
-
TOKEN_HTTP_HOST
- See Also:
-
TOKEN_HTTP_PORT
- See Also:
-
TOKEN_ISSUER_DN
- See Also:
-
TOKEN_SUBJECT_DN
- See Also:
-
TOKEN_REQUESTOR_EMAIL
- See Also:
-
TOKEN_CERT_TYPE
- See Also:
-
TOKEN_REQUEST_TYPE
- See Also:
-
TOKEN_STATUS
- See Also:
-
TOKEN_NOT_AFTER
- See Also:
-
TOKEN_NOT_BEFORE
- See Also:
-
TOKEN_SENDER_EMAIL
- See Also:
-
TOKEN_RECIPIENT_EMAIL
- See Also:
-
TOKEN_SUMMARY_ITEM_LIST
- See Also:
-
TOKEN_SUMMARY_TOTAL_NUM
- See Also:
-
TOKEN_SUMMARY_SUCCESS_NUM
- See Also:
-
TOKEN_SUMMARY_FAILURE_NUM
- See Also:
-
TOKEN_EXECUTION_TIME
- See Also:
-
TOKEN_REVOCATION_DATE
- See Also:
-
TOK_PREFIX
- See Also:
-
TOK_ESC
- See Also:
-
TOK_END
protected static final char TOK_END- See Also:
-
TOK_VALUE_UNKNOWN
- See Also:
-
TOK_TOKEN_UNKNOWN
- See Also:
-
token_keys
-
-
Constructor Details
-
EmailFormProcessor
public EmailFormProcessor()
-
-
Method Details
-
getEmailContent
-
formContent
takes a vector of strings and concatenate them -
log
logs an entry in the log file.
-